home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  897 b   |  37 lines

  1. on exitFrame
  2.   set the visible of sprite 7 to 1
  3.   if the timer < 670 then
  4.     if the loaded of member "asthumans" = 0 then
  5.       preloadMember("asthumans")
  6.     end if
  7.     if the loaded of member "astquads" = 0 then
  8.       preloadMember("astquads")
  9.     end if
  10.     if the loaded of member "astbirds" = 0 then
  11.       preloadMember("astbirds")
  12.     end if
  13.     if the loaded of member "astsnakes" = 0 then
  14.       preloadMember("astsnakes")
  15.     end if
  16.     if the loaded of member "astfish" = 0 then
  17.       preloadMember("astfish")
  18.     end if
  19.     if the loaded of member "astinsect" = 0 then
  20.       preloadMember("astinsect")
  21.     end if
  22.     if the loaded of member "astmollusc" = 0 then
  23.       preloadMember("astmollusc")
  24.     end if
  25.     if the loaded of member "astmoulds" = 0 then
  26.       preloadMember("astmoulds")
  27.     end if
  28.     go(the frame)
  29.   else
  30.     go(the frame + 1)
  31.   end if
  32. end
  33.  
  34. on mouseUp
  35.   go(58)
  36. end
  37.